home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global md1, rantime, mp
- set the cursor of sprite 4 to 4
- set rantime to the ticks
- set mp to 4
- if the name of cast the castNum of sprite 4 = "fct4end" then
- set the castNum of sprite 4 to the number of member "FCT4S"
- set md1 to the duration of cast the castNum of sprite 4 - 3
- else
- set md1 to the duration of cast (the castNum of sprite 4 + 1) - 3
- set the castNum of sprite 4 to the castNum of sprite 4 + 1
- end if
- set the cursor of sprite 4 to [50, 51]
- end
-